Need to add something here…
Planning to fix the x axis text to accurately display the years. R has been giving me a lot of grief about this, and none of the fixes I’ve tried have worked.
Here is where I can put a description of intended audience and message/any other relevant information.
I’d like to model this plot similarly to the common Pew bar plot format, wherein the bars are stacked and all centered at the divide between support/oppose instead of being left aligned at zero. Would also be nice to label with the percent values on the bars. Trying to figure out how to get the superscript of the policy labels to show up correctly. I also think I might want to facet wrap this by political party affiliation/leaning. I’ll just have to reformat the df a bit first to make it possible.
Here is where I can put a description of intended audience and message/any other relevant information.
When I was trying to stack them, the percents kept coming up weird. Eventually realized that’s because it’s working across years. To fix, I decided to only plot the most recent year of data (2018).
I’m working on a related plot to this for an academic audience. Wondering if this should actually be the first plot…? Not married to plot order.
Here is where I can put a description of intended audience and message/any other relevant information.